public static Area CreateTransient( Project oProject, FunctionDefinition oFunctionDefinition, List<Placement3D> listOfAdditionalObjects )
public: static Area^ CreateTransient( Project^ oProject, FunctionDefinition^ oFunctionDefinition, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project to which this object will be assign. Can't be null. |
| oFunctionDefinition | Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null. |
| listOfAdditionalObjects | List of 3d objects additionaly created while Area object had been created. |